home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-in_the_mag-
/
picmanagerpro
/
rexx1
/
adpro_deeppress.rexx
next >
Wrap
OS/2 REXX Batch file
|
1997-11-19
|
597b
|
22 lines
/*
** EXPORTS A PICTURE FROM PictureManager INTO ADPro
** and apply the DeepPress Convolution matrix
**
** (c) 1995 J. Schaefer - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
*/
ADDRESS "ADPro"
ADPRO_TO_FRONT
LOADER "UNIVERSAL" PicManFile
OPERATOR "CONVOLVE" "ADPro:convolutions/DeepPress" 100 64
EXIT 0